usize_conversions 0.2.0

Conversion traits for conversions between `usize` and fixed sized integers.
Documentation

Conversion traits and functions for conversions between usize and fixed sized integers.

Warning: The traits are conditionally implemented based on the target pointer width, so they can make your crate less portable.